Click or drag to resize

ServiceSearchMailboxes Method (IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder)

Searches the mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SearchMailboxesResponse SearchMailboxes(
	IList<MailboxQuery> mailboxQueries,
	SearchResultType resultType,
	PreviewItemShape itemShape,
	IList<PropertyOrder> propertyOrder
)

Parameters

mailboxQueries
Type: System.Collections.GenericIListMailboxQuery
The mailbox queries.
resultType
Type: Independentsoft.ExchangeSearchResultType
Type of the result.
itemShape
Type: Independentsoft.ExchangePreviewItemShape
The item shape.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.

Return Value

Type: SearchMailboxesResponse
SearchMailboxesResponse.
See Also